<!DOCTYPE html>

<html>
	
	<head>
		<base target="_top">
		<!--<?!= include('stylesheet'); ?>-->
	</head>
	
	<body>
		
	<div id="main">
    
		<img id="logo" src="http://www.lassens.com/wp-content/themes/lassens/images/logo.png">
      
      <div id="mainContainer">
        <p>
          Lassen’s staffed demonstrations are performed by our trained demonstration specialist.  
          The same great customer service we are known for will be used to promote your products. 
          Please allow 2-3 business days for a response.” Policy & Procedure (link).  
        </p>
        
        <p>
          Lassen’s Staffed Demonstrations are $100 for 3 hours.  
        </p>
        
        <form name="lassensStaffedForm"> <!--onsubmit="google.script.run.lassensStaffedSubmit(this.node)"-->
          
          <table>
            
            <tr>
              <td>
                Brand name:
              </td>
              <td>
                <input type="text" name="brandName">
              </td>
            <tr>
            
            <tr>
              <td>
                Product name:
              </td>
              <td>
                <input type="text" name="productName">
              </td>
            </tr>
            
            <tr>
              <td>
                Product description:
              </td>
              <td>
                <input type="text" name="productDescription">
              </td>
            </tr>
            
            <tr>
              <td>
                Contact name:
              </td>
              <td>
                <input type="text" name="contactName">
              </td>
            </tr>
            
            <tr>
              <td>
                Contact email:
              </td>
              <td>
                <input type="email" name="contactEmail">
              </td>
            </tr>
            
            <tr>
              <td>
                Contact phone:
              </td>
              <td>
                <input type="tel" name="contactPhone">
              </td>
            </tr>
          
            <tr>
              <td>
                Choose a location:
              </td>
              <td>
                <select name="storeLocation">
                   <option value="Echo Park">Echo Park</option>
                   <option value="Los Feliz">Los Feliz</option>
                   <option value="Wilshire La Brea">Wilshire La Brea</option>
                   <option value="Simi Valley">Simi Valley (No open food containers allowed)</option>
                   <option value="Thousand Oaks">Thousand Oaks</option>
                   <option value="Oxnard">Oxnard</option>
                   <option value="Ventura">Ventura</option>
                   <option value="Golita">Golita</option>
                   <option value="Santa Maria">Santa Maria</option>
                   <option value="Bakersfield">Bakersfield</option>
                   <option value="Fresno">Fresno</option>
                </select>
              </td>
            </tr>
            
            <tr>
              <td>
                Preferred date:
              </td>
              <td>
                <input type="date" name="preferredDate">
              </td>
            </tr>
			
			<!--         
            <tr>
              <td>
                How many hours will <br>your demo last?
              </td>
              <td>
                <select>
                <option value="1">1 hour</option>
                <option value="2">2 hour</option>
                <option value="3">3 hour</option>
                <option value="4">4 hour</option>
              </select>
              </td>
            </tr>
			-->        
			
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                How will you be providing the product?
              </td>
             <tr>
            
             <tr>
               <td id="alignLeft" colspan="2">
                 <input type="radio" name="providingProduct" value="send to store">Send to store - please send within 2 weeks of confirmation. <br>
                 <input type="radio" name="providingProduct" value="gift card">Gift card or coupons sent to store for instore purchase.
               </td>
             </tr>
             
             <br>
             
             <tr>
               <td id="alignLeft" colspan="2">
                 Is the product you will be demonstrating featured in the <em>Lassen's Ad Flyer</em> for the corresponding month?
               </td>
             </tr>
             <tr>
               <td id="alignLeft" colspan="2">
                 <input type="radio" name="adItem" value="no">No <br>
                 <input type="radio" name="adItem" value="yes">Yes
               </td>
             </tr>
             
             <br>
             
            <tr>
              <td id="alignLeft" colspan="2">
                Please tell us about your company. This information will be used to train the demonstration specialist. 
                The more information we receive the better we  can promote your products. Any additional literature, 
                brochures, coupons etc that will better aid in the demonstration and training are encouraged.  
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="additionalInfo"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                When did your company start?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="CompanyStart"></textarea>
              </td>
            </tr>
            
            <br>
            
           <tr>
              <td id="alignLeft" colspan="2">
                What city/state are you based out of?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="cityBased"></textarea>
              </td>
            </tr> 
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                What sets your company apart from others, what is your specialty?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="setsApart"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                Are your products vegan, vegetarian, organic, non gmo, allergen free, etc?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="vegan"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                Are there any special instructions for preparing/sampling your product?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="specialInstructions"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                Have you won any awards, have special certification, etc?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="awards"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                What is your website? Do you  have a blog, Instagram, etc?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="websiteOrBlog"></textarea>
              </td>
            </tr>
            
            <br>
            
            <tr>
              <td id="alignLeft" colspan="2">
                Anything else?
              </td>
            </tr>
            <tr>
              <td id="alignLeft" colspan="2">
                <textarea name="anythingElse"></textarea>
              </td>
            </tr>
            
            <tr>
              <td id="alignLeft" colspan="2">
                <h4>Billing Information</h4>
              </td>
            </tr>
            
            
            <tr>
              <td>
                Billing Name:
              </td>
              <td>
                <input type="text" name="billingName" required="true">
              </td>
            </tr>
            
            <tr>
              <td>
                Street Address:
              </td>
              <td>
                <input type="text" name="streetAddress" required>
              </td>
            </tr>
            
            <tr>
              <td>
                City:
              </td>
              <td>
                <input type="text" name="city" required>
              </td>
            </tr>
            
            <tr>
              <td>
                State/Providence/Region:
              </td>
              <td>
                <input type="text" name="state">
              </td>
            </tr>
            
            <tr>
              <td>
                Zip Code:
              </td>
              <td>
                <input type="text" name="zipCode">
              </td>
            </tr>
            
            <tr>
              <td>
                Billing Email:
              </td>
              <td>
                <input type="text" name="billingEmail">
              </td>
            </tr>
            
          </table>
        <br>
        
        <!--<input type="submit" id="button" value="Submit">-->
        
        <input type="button" id="botton" value="Submit" onclick="doSubmitLS(this.parentNode)"> <!-- google.script.run.lassensStaffedSubmit(this.parentNode) --> 
        
        </form>
        
        
        <p id="terms">
          <b>Agreement Terms</b><br>
          All product must be sold at Lassen's.  
          Vendor is responsible for costs of product being demonstrated and or supplying the store with product to be demonstrated at no charge.  
          Lassens staffed demonstrations must be changed/canceled 72 hours in advance or otherwise will be charged.  
          An invoice will be sent out once the demonstrations have been completed in the stores and will include a copy of the demonstration reports.  
          Lassens staffed demonstrations are $100 for a 3 hour product demonstration- Payment is due upon receipt.  
          Please direct all products, marketing materials, and promotional items to each store that is holding a demonstration “Attention: Demonstration Specialist.” 
          If you have any questions, please contact the Regional Demonstration Manager via email at demos@lassens.com.
        </p>
        
      </div> <!--main container-->
      
    </div>
    
    <?!= include('javascript'); ?>
    
	
	</body>
	
</html>
